home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1999 January / Electronic Clipper 1999-01.iso / Idea Source® / main.dir / 00106_exit1.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  230 b   |  12 lines

  1. on mouseDown me
  2.   puppetSound(2, "button")
  3.   set the visible of sprite (the spriteNum of me - 6) to 0
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp me
  8.   set the visible of sprite (the spriteNum of me - 6) to 1
  9.   updateStage()
  10.   go("exit1")
  11. end
  12.